Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Comment Delete Bug #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oliviavanzandt
Copy link

Fixed Issues #1
Fixed the bug. Am able to create my own comment and then delete my own comment. I found the bug by searching for delete/comment which brought me to the main.py. I saw that there was only db.session.delete(comment) and not a line to actually commit the change.
I added db.session.commit() to line 364 of main.py file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants